Sync protocol: re-delete upstream-only workflows after merge#15
Merged
Alezander9 merged 1 commit intomainfrom Apr 27, 2026
Merged
Sync protocol: re-delete upstream-only workflows after merge#15Alezander9 merged 1 commit intomainfrom
Alezander9 merged 1 commit intomainfrom
Conversation
Adds step 3a immediately after the upstream merge in step 3. Without it, every sync from anomalyco/opencode reintroduces the 30 workflows we deleted in PR #14 (Discord, marketplace, SaaS deploy, moderation, etc.).
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="opencode-sync.md">
<violation number="1" location="opencode-sync.md:63">
P3: The workflow count is inconsistent with the actual delete list. Update or remove the hardcoded number so the instructions stay accurate.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
|
|
||
| ### 3a. Re-delete upstream-only workflows | ||
|
|
||
| Upstream ships 32 workflows we deleted in PR #14 (Discord webhooks, marketplace publishing, SaaS deploy, OPENCODE_API_KEY-gated automation, community moderation, Nix flake, upstream test surface). The merge will reintroduce them. Re-delete: |
There was a problem hiding this comment.
P3: The workflow count is inconsistent with the actual delete list. Update or remove the hardcoded number so the instructions stay accurate.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At opencode-sync.md, line 63:
<comment>The workflow count is inconsistent with the actual delete list. Update or remove the hardcoded number so the instructions stay accurate.</comment>
<file context>
@@ -58,6 +58,16 @@ Files we might have Yellow-zone modifications in (run the audit in step 5):
+### 3a. Re-delete upstream-only workflows
+
+Upstream ships 32 workflows we deleted in PR #14 (Discord webhooks, marketplace publishing, SaaS deploy, OPENCODE_API_KEY-gated automation, community moderation, Nix flake, upstream test surface). The merge will reintroduce them. Re-delete:
+
+```sh
</file context>
Suggested change
| Upstream ships 32 workflows we deleted in PR #14 (Discord webhooks, marketplace publishing, SaaS deploy, OPENCODE_API_KEY-gated automation, community moderation, Nix flake, upstream test surface). The merge will reintroduce them. Re-delete: | |
| Upstream ships upstream-only workflows we deleted in PR #14 (Discord webhooks, marketplace publishing, SaaS deploy, OPENCODE_API_KEY-gated automation, community moderation, Nix flake, upstream test surface). The merge will reintroduce them. Re-delete: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds step 3a to
opencode-sync.mdso future upstream syncs fromanomalyco/opencodere-delete the 30 workflows removed in PR #14. Without this step, every sync reintroduces them.Why
PR #14 deleted upstream workflows tied to OpenCode's product/infra (Discord webhooks, marketplace publishing, SaaS deploy, OPENCODE_API_KEY-gated automation, community moderation, Nix flake, upstream test surface). Upstream still ships these files, so a vanilla
git merge upstream/devwill reintroduce them.Side note
This is also a clean test of the post-cleanup PR hooks — should run only
typechecknow (and the GitGuardian/cubic external checks). Nopr-standardsfailures, novouch-check-prnoise.